home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 03 - Hacking People, Places, and Things / sparks.exe / {app} / actions / DownloadRadio.menu < prev    next >
Text File  |  2005-03-17  |  764b  |  42 lines

  1. [
  2. {
  3.     "label" : "Cancel",
  4.     "action" : "OnCancel",
  5.     "validate" : "OnCancelValidate",
  6. },
  7. {},
  8. {
  9.     "label" : "Show",
  10.     "action" : "OnShow",
  11.     "validate" : "OnShowValidate",
  12. },
  13. {},
  14. #if $platform in [ "msw", "mac", ]:
  15. {
  16.     "label" : "Play in Sparks!",
  17.     "action" : "OnPlay",
  18.     "validate" : "OnPlayValidate",
  19.     "external" : False,
  20.  
  21.     "is_default" : True,
  22. },
  23. #end if
  24. {
  25.     "label" : "Play in Media Player",
  26.     "action" : "OnPlay",
  27.     "validate" : "OnPlayValidate",
  28.     "external" : True,
  29. },
  30. {},
  31. {
  32.     "label" : "Delete Downloaded Attachment",
  33.     "action" : "OnDeleteAttachment",
  34.     "validate" : "OnDeleteAttachmentValidate",
  35. },
  36. {
  37.     "label" : "Open Attachment Folder",
  38.     "action" : "OnOpenAttachmentFolder",
  39.     "validate" : "OnOpenAttachmentFolderValidate",
  40. },
  41. ]
  42.